home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / HyperCard / CambridgeMedlineTutor / ccMedTut2 / card_78696.txt < prev    next >
Encoding:
Text File  |  1992-02-24  |  7.5 KB  |  380 lines

  1. -- card: 78696 from stack: in
  2. -- bmap block id: 78849
  3. -- flags: 0000
  4. -- background id: 76616
  5. -- name: 
  6. ----- HyperTalk script -----
  7. On CloseCard
  8.   hide card field "SampleSearch"
  9.   hide card field "NursDentLimit"
  10.   hide card field "ChangDisk"
  11.   hide card field "IndexMedicus"
  12. End CloseCard
  13.  
  14.  
  15. -- part 3 (button)
  16. -- low flags: 00
  17. -- high flags: 8003
  18. -- rect: left=221 top=104 right=128 bottom=301
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: ANDsearch
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.  
  30. end mouseUp
  31.  
  32.  
  33.  
  34.  
  35. -- part 6 (field)
  36. -- low flags: 00
  37. -- high flags: 0000
  38. -- rect: left=42 top=279 right=337 bottom=467
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 3
  43. -- text size: 14
  44. -- style flags: 0
  45. -- line height: 18
  46. -- part name: red
  47.  
  48.  
  49. -- part 7 (button)
  50. -- low flags: 00
  51. -- high flags: 8003
  52. -- rect: left=45 top=223 right=246 bottom=150
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: SampleSearch
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   go card id 9641
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 8 (button)
  69. -- low flags: 00
  70. -- high flags: 8003
  71. -- rect: left=246 top=223 right=247 bottom=352
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: NursDentLimit
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   go card id 44054
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 9 (button)
  88. -- low flags: 00
  89. -- high flags: 8003
  90. -- rect: left=160 top=223 right=246 bottom=237
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: ChangDisk
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   go card id 43304
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 10 (button)
  107. -- low flags: 00
  108. -- high flags: 8003
  109. -- rect: left=360 top=223 right=246 bottom=467
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: IndexMedicus
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   go card id 62530
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 11 (button)
  126. -- low flags: 00
  127. -- high flags: 4006
  128. -- rect: left=85 top=247 right=264 bottom=103
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: New Button
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   hide card field "SampleSearch"
  140. end mouseUp
  141.  
  142.  
  143. on mouseDown
  144.   show card field "SampleSearch"
  145. end mouseDown
  146.  
  147.  
  148. -- part 13 (button)
  149. -- low flags: 00
  150. -- high flags: 4006
  151. -- rect: left=286 top=248 right=262 bottom=307
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: New Button
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   hide card field "NursDentLimit"
  163. end mouseUp
  164.  
  165.  
  166. on mouseDown
  167.   show card field "NursDentLimit"
  168. end mouseDown
  169.  
  170.  
  171. -- part 15 (button)
  172. -- low flags: 00
  173. -- high flags: 8003
  174. -- rect: left=73 top=106 right=128 bottom=131
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: Begin
  183. ----- HyperTalk script -----
  184. on mouseUp
  185.  
  186. end mouseUp
  187.  
  188.  
  189.  
  190.  
  191. -- part 16 (button)
  192. -- low flags: 00
  193. -- high flags: 8003
  194. -- rect: left=364 top=104 right=126 bottom=425
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 0 / 0
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: Format
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.  
  206. end mouseUp
  207.  
  208.  
  209.  
  210.  
  211. -- part 17 (button)
  212. -- low flags: 00
  213. -- high flags: 8003
  214. -- rect: left=306 top=105 right=127 bottom=360
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 0 / 0
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: Print
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.  
  226. end mouseUp
  227.  
  228.  
  229.  
  230.  
  231. -- part 18 (button)
  232. -- low flags: 00
  233. -- high flags: 8003
  234. -- rect: left=163 top=106 right=128 bottom=214
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 1
  238. -- font id: 0
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: Limit
  243. ----- HyperTalk script -----
  244. on mouseUp
  245.  
  246. end mouseUp
  247.  
  248.  
  249.  
  250.  
  251. -- part 14 (field)
  252. -- low flags: 80
  253. -- high flags: 2004
  254. -- rect: left=215 top=44 right=183 bottom=395
  255. -- title width / last selected line: 0
  256. -- icon id / first selected line: 0 / 0
  257. -- text alignment: 0
  258. -- font id: 3
  259. -- text size: 12
  260. -- style flags: 0
  261. -- line height: 18
  262. -- part name: NursDentLimit
  263.  
  264.  
  265. -- part 12 (field)
  266. -- low flags: 80
  267. -- high flags: 2004
  268. -- rect: left=5 top=36 right=175 bottom=185
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 0 / 0
  271. -- text alignment: 0
  272. -- font id: 3
  273. -- text size: 12
  274. -- style flags: 0
  275. -- line height: 18
  276. -- part name: SampleSearch
  277.  
  278.  
  279. -- part 19 (field)
  280. -- low flags: 80
  281. -- high flags: 2004
  282. -- rect: left=327 top=36 right=175 bottom=507
  283. -- title width / last selected line: 0
  284. -- icon id / first selected line: 0 / 0
  285. -- text alignment: 0
  286. -- font id: 3
  287. -- text size: 12
  288. -- style flags: 0
  289. -- line height: 18
  290. -- part name: IndexMedicus
  291.  
  292.  
  293. -- part 20 (field)
  294. -- low flags: 80
  295. -- high flags: 2004
  296. -- rect: left=69 top=44 right=183 bottom=249
  297. -- title width / last selected line: 0
  298. -- icon id / first selected line: 0 / 0
  299. -- text alignment: 0
  300. -- font id: 3
  301. -- text size: 12
  302. -- style flags: 0
  303. -- line height: 18
  304. -- part name: ChangDisk
  305.  
  306.  
  307. -- part 21 (button)
  308. -- low flags: 00
  309. -- high flags: 4006
  310. -- rect: left=407 top=248 right=262 bottom=428
  311. -- title width / last selected line: 0
  312. -- icon id / first selected line: 0 / 0
  313. -- text alignment: 1
  314. -- font id: 0
  315. -- text size: 12
  316. -- style flags: 0
  317. -- line height: 16
  318. -- part name: New Button
  319. ----- HyperTalk script -----
  320. on mouseUp
  321.   hide card field "IndexMedicus"
  322. end mouseUp
  323.  
  324.  
  325. on mouseDown
  326.   show card field "IndexMedicus"
  327. end mouseDown
  328.  
  329.  
  330. -- part 22 (button)
  331. -- low flags: 00
  332. -- high flags: 4006
  333. -- rect: left=190 top=248 right=262 bottom=211
  334. -- title width / last selected line: 0
  335. -- icon id / first selected line: 0 / 0
  336. -- text alignment: 1
  337. -- font id: 0
  338. -- text size: 12
  339. -- style flags: 0
  340. -- line height: 16
  341. -- part name: New Button
  342. ----- HyperTalk script -----
  343. on mouseUp
  344.   hide card field "ChangDisk"
  345. end mouseUp
  346.  
  347.  
  348. on mouseDown
  349.   show card field "ChangDisk"
  350. end mouseDown
  351.  
  352.  
  353. -- part contents for card part 6
  354. ----- text -----
  355.   To begin an Advanced Tutorial section, click its name.  To see a description of a section,  click & hold down mouse key over accompanying round button under name.
  356.  
  357.  
  358. -- part contents for card part 12
  359. ----- text -----
  360.     --Sample Search--
  361.   Shows how to find appropriate MeSH terms in difficult cases. Also demonstrates use of subheadings.
  362.   Running time: 5 - 10 min.   
  363.  
  364. -- part contents for card part 14
  365. ----- text -----
  366.  -Nursing Dentistry Limit-
  367.   Shows how to limit your search to articles in Nursing or Dentistry.
  368.   Running time: 3 - 5 min.
  369.  
  370. -- part contents for card part 19
  371. ----- text -----
  372.      --Index Medicus--
  373.   Shows why Index Medicus has advantages over CD-ROM in some cases.
  374.   Running time: 3 - 5 min.
  375.  
  376. -- part contents for card part 20
  377. ----- text -----
  378.     --Changing Disks--
  379.   Shows how to change disks in CD-ROM readers, to search multiple years.
  380.   Running time: 3 - 5 min.